home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / date / examples / exmoddb0.dfm / exmoddb0.txt
Encoding:
Text File  |  1996-04-08  |  639 b   |  36 lines

  1. object Form1: TForm1
  2.   Left = 329
  3.   Top = 175
  4.   Width = 529
  5.   Height = 296
  6.   Caption = 'Modem Database Example'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object ListBox1: TListBox
  15.     Left = 8
  16.     Top = 4
  17.     Width = 257
  18.     Height = 258
  19.     ItemHeight = 16
  20.     TabOrder = 0
  21.     OnClick = ListBox1Click
  22.   end
  23.   object Edit1: TEdit
  24.     Left = 272
  25.     Top = 4
  26.     Width = 241
  27.     Height = 24
  28.     TabOrder = 1
  29.   end
  30.   object ApdModemDBase1: TApdModemDBase
  31.     FileName = 'D:\APD\AWMODEM.INI'
  32.     Left = 272
  33.     Top = 36
  34.   end
  35. end
  36.